ul,
ol,
li,
div {
	margin: 0;
	padding: 0;
}

ul,
ol {
	list-style: none;
}

.ft-carousel {
	position: relative;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.ft-carousel .carousel-inner {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
}

.ft-carousel .carousel-inner .carousel-item {
	float: left;
	height:100%;
}

.ft-carousel .carousel-item img {
	width: 100%;
}

.ft-carousel .carousel-indicators {
	position: absolute;
	left: 0;
	bottom: 10px;
	width: 100%;
	text-align: center;
	font-size: 0;
	
}

.ft-carousel .carousel-indicators span {
	display: inline-block;
	width: 18px;
	height: 18px;
	background-color: #515151;
	margin:0px 10px ;
	border-radius: 50%;
	
	
	
}

.ft-carousel .carousel-indicators span.active {
	background-color: #de3a3a;
}



